func github.com/oapi-codegen/runtime.marshalFormImpl

6 uses

	github.com/oapi-codegen/runtime (current package)
		bindform.go#L119: 			marshalFormImpl(field, result, tag)
		bindform.go#L289: func marshalFormImpl(v reflect.Value, result url.Values, name string) {
		bindform.go#L292: 		marshalFormImpl(v.Elem(), result, name)
		bindform.go#L296: 			marshalFormImpl(elem, result, fmt.Sprintf("%s[%v]", name, i))
		bindform.go#L305: 					marshalFormImpl(iter.Value(), result, fmt.Sprintf("%s[%s]", name, iter.Key().String()))
		bindform.go#L313: 			marshalFormImpl(v.Field(i), result, fmt.Sprintf("%s[%s]", name, tag))